home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMCOPYMOVEARTICLE / TFRMCOPYMOVEARTICLE.txt
Encoding:
Text File  |  2005-02-07  |  2.0 KB  |  99 lines

  1. object frmCopyMoveArticle: TfrmCopyMoveArticle
  2.   Left = 392
  3.   Top = 150
  4.   HelpContext = 1780
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Copy/Move selected articles'
  8.   ClientHeight = 159
  9.   ClientWidth = 321
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TTntLabel
  22.     Left = 100
  23.     Top = 30
  24.     Width = 88
  25.     Height = 13
  26.     Caption = '&selected articles to'
  27.     FocusControl = GroupsCB
  28.   end
  29.   object GroupsCB: TTntComboBox
  30.     Left = 16
  31.     Top = 72
  32.     Width = 297
  33.     Height = 21
  34.     AutoComplete = False
  35.     Style = csDropDownList
  36.     ItemHeight = 13
  37.     TabOrder = 2
  38.   end
  39.   object OKBtn: TMMTNTBItBtn
  40.     Left = 176
  41.     Top = 132
  42.     Width = 65
  43.     Height = 25
  44.     Caption = '&OK'
  45.     Default = True
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBtnText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     TabOrder = 3
  53.     OnClick = OKBtnClick
  54.   end
  55.   object CancelBtn: TMMTNTBItBtn
  56.     Left = 248
  57.     Top = 132
  58.     Width = 65
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clBtnText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ModalResult = 2
  68.     ParentFont = False
  69.     TabOrder = 4
  70.   end
  71.   object AllowGroupsCB: TtntAutoSizeCheckBox
  72.     Left = 16
  73.     Top = 104
  74.     Width = 124
  75.     Height = 17
  76.     Caption = '&Allow groups as target'
  77.     TabOrder = 5
  78.     OnClick = AllowGroupsCBClick
  79.   end
  80.   object CopyRB: TTntRadioButton
  81.     Left = 16
  82.     Top = 16
  83.     Width = 77
  84.     Height = 17
  85.     Caption = '&Copy'
  86.     Checked = True
  87.     TabOrder = 0
  88.     TabStop = True
  89.   end
  90.   object MoveRB: TTntRadioButton
  91.     Left = 16
  92.     Top = 40
  93.     Width = 81
  94.     Height = 17
  95.     Caption = '&Move'
  96.     TabOrder = 1
  97.   end
  98. end
  99.